home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / vette.pov < prev    next >
Encoding:
Text File  |  1992-12-02  |  782 b   |  39 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3. #include "shapes.inc"
  4. max_trace_level 5
  5.  
  6. camera {
  7.    location <0  0  -20.0>
  8.    direction <0.0 0.0  1.0>
  9.    up  <0.0  1.0  0.0>
  10.    right <1.33333 0.0 0.0>
  11.    look_at <0 0 0>
  12. }
  13.  
  14. // Light source
  15. object { light_source {  <5 10  -30> color White  }}
  16.  
  17. /* Texture declarations for object 'VETTE' */
  18. #declare VETTE_C1 = texture {
  19.     ambient 0.1
  20.     diffuse 0.7
  21.     phong 1.0
  22.     phong_size 70.0
  23.     color red 1.000 green 1.000 blue 1.000
  24. }
  25.  
  26. composite {  /* All Objects */
  27.     #include "VETTE.inc"
  28.     rotate <-90 180 0>
  29.     translate <0 2 0>
  30.  
  31.     /*
  32.         Scene extents
  33.         X - Min:  -9.5700  Max:   7.9200
  34.         Y - Min:  -3.4100  Max:   3.3800
  35.         Z - Min:  -3.8200  Max:   0.0200
  36.     */
  37. }
  38.  
  39.